API - Cache\Dynamic_cache_driver
system\cache.php at line 108

Class Dynamic_cache_driver

Dynamic_cache_driver
All Known Subclasses:
Temporary_cache_driver Writeback_cache_driver

public abstract class Dynamic_cache_driver

Dynamic cache is used to store data that is not too large and is modified more or less frequently

Method Summary
abstract bool

store(string id, mixed data, string realm, int ttl)

Stores data as object image in cache

Method Detail

system\cache.php at line 118

store

public abstract bool store(string id, mixed data, string realm, int ttl)
Stores data as object image in cache
Parameters:
id - Object identifier
data - Object value
realm - Realm name
ttl - Time to live, 0 for unlimited
Returns: